home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 May / Software of the Month Club 1998 May.iso / pc / dos / child / poetry / makeit.bat < prev    next >
DOS Batch File  |  1998-03-03  |  90b  |  4 lines

  1. gcc -c -m486 -Wall -fomit-frame-pointer -O3 main.c -o main.o
  2. gcc  -o main.exe main.o 
  3.  
  4.